public class SOAnimationRotateCommand extends SOAnimationRunningCommand
Modifier and Type | Field and Description |
---|---|
float |
endAngle |
android.graphics.PointF |
origin |
int |
profile |
float |
startAngle |
bouncing, delay, duration, reversed, turns
layer
Constructor and Description |
---|
SOAnimationRotateCommand(int layer,
int turns,
boolean reversed,
boolean bouncing,
float delay,
float duration,
android.graphics.PointF origin,
float startAngle,
float endAngle,
int profile) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public android.graphics.PointF origin
public float startAngle
public float endAngle
public int profile
public SOAnimationRotateCommand(int layer, int turns, boolean reversed, boolean bouncing, float delay, float duration, android.graphics.PointF origin, float startAngle, float endAngle, int profile)
public java.lang.String toString()
toString
in class SOAnimationRunningCommand